(hl-line-range-function, hl-line-face): Declare variables to avoid bytecomp warnings.
authorMasatake YAMATO <jet@gyve.org>
Thu, 30 Nov 2006 16:10:03 +0000 (16:10 +0000)
committerMasatake YAMATO <jet@gyve.org>
Thu, 30 Nov 2006 16:10:03 +0000 (16:10 +0000)
commitf3c8a2ac20f6282dc58c951b7d6338d13c871097
treee2e75ebd9dcd9c95b017f966457ac129f6d1e2ef
parent8b29c0927624dc600ecc226e8c10e19c2afd1e84
(hl-line-range-function, hl-line-face): Declare variables to avoid bytecomp warnings.
(hexl-mode-old-ruler-function): New variable.
(hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function' and `hl-line-range-function' after `require' hl-line.
Then bind `hl-line-range-function' and `hl-line-face'.
Don't require frame. Don't use `with-no-warnings'.
(hexl-activate-ruler): Store the original value of `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
(hexl-mode-exit): Restore the original value of `ruler-mode-ruler-function'.
lisp/ChangeLog
lisp/hexl.el